home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / POINT.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  672b  |  23 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1997 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.4  $
  6. //
  7. // Provided for backward compatibility
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_POINT_H)
  10. #define OWL_POINT_H
  11.  
  12. #if defined(NO_OWL2_COMPAT)
  13. # pragma message owl/point.h has been replaced by winsys/wsyscls.h and winsys/geometry.h
  14. #endif
  15. #if !defined(WINSYS_WSYSCLS_H)
  16. # include <winsys/wsyscls.h>
  17. #endif
  18. #if !defined(CLASSLIB_POINTER_H)
  19. # include <classlib/pointer.h>
  20. #endif
  21.  
  22. #endif  // OWL_POINT_H
  23.